var math/big.cacheBase10

5 uses

	math/big (current package)
		natconv.go#L448: var cacheBase10 struct {
		natconv.go#L467: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L474: 		cacheBase10.Lock()
		natconv.go#L475: 		table = cacheBase10.table[0:k] // reuse old table for this conversion
		natconv.go#L507: 		cacheBase10.Unlock()